﻿/** iOS 7 theme */



#afui #navbar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 49px;
}


    #afui #navbar > * > *, #afui #navbar > a, #afui #navbar > span {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        float: left;
        width: 20%;
        height: 100%;
        font-weight: normal;
        color: #fff;
        text-align: center;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        font-size: 12px;
        line-height: 75px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 30px;
    }

    #afui #navbar span > span {
        display: none;
        position: absolute;
        bottom: 101%;
        left: 0px;
        right: 0px;
        z-index: 1001;
        line-height: 3em;
    }

    #afui #navbar .on > span {
        display: block;
    }

    #afui #navbar a {
        display: block;
        width: 100%;
        border-right: 1px solid #38382e;
        border-left: 1px solid #45463c;
        color: #ffffff;
        font-weight: bold;
    }

    #afui #navbar .icon:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



    #afui #navbar .icon.pressed:before {
    }


    #afui > #navbar, #afui #navbar span > span {
        background-color: #323228;
        background-image: url(/templates/images/bg-footet.png);
    }

#navbar a:before {
    background-position: center 5px;
    background-size: 28px;
}

#afui #navbar .pressed {
    /*border-radius: 0;
    background: #138900;*/
}

#afui #navbar .icon.pressed:before {
    color: inherit;
}

#afui #navbar .icon.pressed:before {
    color: inherit;
}